DATABASE_URL=

SECRET_KEY={{ random_ascii_string(64, punctuation=True) }}
SETTINGS_MODULE = {{ cookiecutter.project_slug }}.settings
DEBUG=True